setReplyAction

@NonNull
open fun setReplyAction(@Nullable pendingIntent: @Nullable PendingIntent, @Nullable remoteInput: @Nullable RemoteInput): @NonNull NotificationCompat.CarExtender.UnreadConversation.Builder(source)

Sets the pending intent and remote input which will convey the reply to this notification.

Return

This object for method chaining.

Parameters

pendingIntent

The pending intent which will be triggered on a reply.

remoteInput

The remote input parcelable which will carry the reply.

See also